home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Models.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  281 b   |  16 lines

  1. on startMovie
  2.   repeat with x = 20 to 26
  3.     set the visible of sprite x to 0
  4.   end repeat
  5.   set the visible of sprite 2 to 0
  6.   repeat with x = 9 to 14
  7.     set the visible of sprite x to 0
  8.   end repeat
  9. end
  10.  
  11. on idle
  12.   if not soundBusy(1) then
  13.     puppetSound("models")
  14.   end if
  15. end
  16.